home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Multimedia
/
Resource Library: Multimedia.iso
/
hypertxt
/
msdos
/
hydos10
/
driver.sys
< prev
next >
Wrap
Text File
|
1991-04-11
|
975b
|
23 lines
DRIVER.SYS
Device driver to allow access of extra disk devices
See also <DEVICE> <CONFIG.SYS>
COMMAND TYPE: EXTERNAL VERSION: 3.2 and up
USE: DEVICE=DRIVER.SYS /D:ddd [/T:ttt][/S:ss][/H:hh][/C] [/N][/F:f]
/D:ddd specifies the physical drive number. Value 0-127
/T:ttt specifies the number of tracks per side. Value 1-999 (default 80)
/S:ss specifies sectors per track. Value 1-99 (default is 9)
/H:hh specifies the maximum number of heads. Value 1-99 (default is 2)
/C specifies that changeline support is available.
/N specifies that the disk is not removable.
/F:f specifies the device type.
0 = 160/180/320/360 kb 5.25"
1 = 1.2 Mb 5.25"
2 = 720 kb 3.5"
7 = 1.44 Mb 3.5"
NOTE: The DRIVER.SYS device driver must be placed in the <CONFIG.SYS>
file and be used in conjunction with the DEVICE = DRIVER command.